From de0cee4ecd706860ef7e55a39c2b0bce0d838961 Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Thu, 23 Jul 2020 17:40:34 +0200 Subject: [PATCH] tests: use RepoMode::Archive (seems to be less finicky) --- rust-bindings/rust/tests/util/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-bindings/rust/tests/util/mod.rs b/rust-bindings/rust/tests/util/mod.rs index 32ed812c..511f9846 100644 --- a/rust-bindings/rust/tests/util/mod.rs +++ b/rust-bindings/rust/tests/util/mod.rs @@ -11,7 +11,7 @@ pub struct TestRepo { impl TestRepo { pub fn new() -> TestRepo { - TestRepo::new_with_mode(ostree::RepoMode::BareUser) + TestRepo::new_with_mode(ostree::RepoMode::Archive) } pub fn new_with_mode(repo_mode: ostree::RepoMode) -> TestRepo { -- 2.30.2